PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setPageOpenAction Method
The action to be performed when the page containing the annotation is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item).
In This Topic
    setPageOpenAction Method
    In This Topic
    Sets the page open action.
    Syntax
    public void setPageOpenAction( 
       PDFAction action
    )

    Parameters

    action
    The action to be performed when the page containing the annotation is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item).
    See Also